GH-49283: [C++][FlightRPC] Add separate release & debug workflows for MacOS ODBC#49284
GH-49283: [C++][FlightRPC] Add separate release & debug workflows for MacOS ODBC#49284justing-bq wants to merge 1 commit intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
|
|
@lidavidm this PR is ready for review. Please take a look when you can. |
|
@kou, any concerns? |
kou
left a comment
There was a problem hiding this comment.
Why do you need both of release and debug builds?
May we have any problems only with release build?
| - { architecture: ARM64, macos-version: "14", build_type: release } | ||
| env: | ||
| ARROW_BUILD_TESTS: ON | ||
| ARROW_BUILD_TYPE: ${{ matrix.build_type }} |
There was a problem hiding this comment.
Could you use build-type not build_type like we did for macos-version?
Rationale for this change
Addresses #49283
What changes are included in this PR
The ODBC MacOS workflows now have release and debug workflows.
Are these changes tested?
Yes.
Are there any user-facing changes?
No.